func regexp/syntax.simplify1
7 uses
regexp/syntax (current package)
simplify.go#L39: return simplify1(re.Op, re.Flags, sub, re)
simplify.go#L55: return simplify1(OpStar, re.Flags, sub, nil)
simplify.go#L60: return simplify1(OpPlus, re.Flags, sub, nil)
simplify.go#L69: nre.Sub = append(nre.Sub, simplify1(OpPlus, re.Flags, sub, nil))
simplify.go#L96: suffix := simplify1(OpQuest, re.Flags, sub, nil)
simplify.go#L100: suffix = simplify1(OpQuest, re.Flags, nre2, nil)
simplify.go#L134: func simplify1(op Op, flags Flags, sub, re *Regexp) *Regexp {
|
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |